home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / dcom / modems-part2 / 10817 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.1 KB

  1. Path: news-2.csn.net!gheine
  2. From: gheine@csn.net (George Heine)
  3. Newsgroups: comp.dcom.modems
  4. Subject: Linux won't see internal PnP modem
  5. Date: 12 Apr 1996 14:13:30 GMT
  6. Organization: Math & Maps Consulting, Pueblo
  7. Message-ID: <4kloea$e5c@news-2.csn.net>
  8. NNTP-Posting-Host: 199.117.160.129
  9. X-Newsreader: TIN [version 1.2 PL2]
  10.  
  11. [ Article crossposted from comp.os.linux.setup ]
  12. [ Author was George Heine ]
  13. [ Posted on 12 Apr 1996 14:05:56 GMT ]
  14.  
  15. Okay, here's the problem.  My system is a Micron P100/PCI with an internal 
  16. PnP 14400 Prometheus modem.  General opinion in Usenet is that this modem
  17. isn't worth much; so be it.  When I boot in Win95, the modem seems to have
  18. been assigned COM2 and IRQs 9 and 5.  I don't know why one device requires
  19. two IRQs, but again, so be it.  I am able to use the modem pretty much
  20. normally under Win95.
  21.  
  22. When I boot to Linux 1.2.13 and try to run Kermit (the prompt says
  23. "C-Kermit 5A(190), 4 Oct 94, for Linux"), I get the message
  24.  
  25. /dev/modem is not a terminal device
  26.  
  27. (Note /dev/modem is symlinked to /dev/cua1 on my system).  So I
  28. tried running (as root)
  29.  
  30. cd /dev
  31. MAKEDEV -v -d ttyS1
  32. MAKEDEV -v ttyS1
  33. setserial /dev/cua1 uart 16550A irq 9
  34.  
  35. Now Kermit gives me the message:
  36.  
  37. Sorry, can't open connection: /dev/modem: No such device
  38.  
  39. Changing the irq to 5, or to 3, doesn't change anything.  Nor does
  40. setting the UART to 16450.
  41. However, plugging my klunky old 2400b external modem into the COM1
  42. serial port and telling Kermit to use /dev/cua0 works just fine.
  43. This also works with minicom and with seyon.
  44. I noticed the following in the man pages to MAKEDEV:
  45.  
  46.        Note that programs giving the error ``ENOENT: No such file
  47.        or  directory''  normally  means  that  the device file is
  48.        missing, whereas ``ENODEV: No such device'' normally means
  49.        the  kernel does not have the driver configured or loaded.
  50.  
  51. Can this be true?  Does the kernel really need a different driver for
  52. an internal PnP modem?  If so, perhaps someone could explain how to
  53. obtain/configure/load such a driver, or at least point me to where I
  54. could read about it.
  55.  
  56. Thanks,
  57. Baffled George
  58.  
  59.